Port the Markaby method override support to Mab
This commit is contained in:
parent
aa9f0e9dc0
commit
b25226ac7e
1 changed files with 2 additions and 3 deletions
|
@ -77,9 +77,8 @@ module StopTime
|
|||
end
|
||||
|
||||
# = The Stop… Camping Time! Markaby extensions
|
||||
# FIXME: update for Mab!
|
||||
module StopTime::Helpers
|
||||
#SUPPORTED = [:get, :post]
|
||||
module StopTime::Mab
|
||||
SUPPORTED = [:get, :post]
|
||||
|
||||
def mab_done(tag)
|
||||
return super unless tag.name == :form
|
||||
|
|
Loading…
Reference in a new issue