Skip to content

Commit

Permalink
Fix fat fingered deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswope committed Jan 20, 2012
1 parent 1d39d06 commit 77d0fc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/mobile-fu.rb
Expand Up @@ -70,6 +70,11 @@ def has_mobile_fu(set_request_format = true)
#
# def show
# # Mobile format will be set as normal here if user is on a mobile device
# end
# end
def has_no_mobile_fu_for(*actions)
@mobile_exempt_actions = actions
end
end

module InstanceMethods
Expand Down

0 comments on commit 77d0fc1

Please sign in to comment.