Port the Markaby method override support to Mab

This commit is contained in:
Paul van Tilburg 2012-01-30 13:57:51 +01:00
parent aa9f0e9dc0
commit b25226ac7e
1 changed files with 2 additions and 3 deletions

View File

@ -77,9 +77,8 @@ module StopTime
end end
# = The Stop… Camping Time! Markaby extensions # = The Stop… Camping Time! Markaby extensions
# FIXME: update for Mab! module StopTime::Mab
module StopTime::Helpers SUPPORTED = [:get, :post]
#SUPPORTED = [:get, :post]
def mab_done(tag) def mab_done(tag)
return super unless tag.name == :form return super unless tag.name == :form