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
# = 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