Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/acts-as-mobile.rb
Class Method Summary collapse
Class Method Details
.acts_as_mobile_controller(options = {}) ⇒ Object
8 9 10 11 12 |
# File 'lib/acts-as-mobile.rb', line 8 def acts_as_mobile_controller( = {}) @@mobile_options = before_filter :set_mobile_format helper_method :mobile?, :ipad? end |