Leave the form method override stuff for now

This commit is contained in:
Paul van Tilburg 2012-01-30 12:57:37 +01:00
parent 968ec1ab99
commit aa9f0e9dc0
1 changed files with 3 additions and 2 deletions

View File

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