Class: ActionController::Base

Inherits:
Object
  • Object
show all
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(options = {})
  @@mobile_options = options
  before_filter :set_mobile_format
  helper_method :mobile?, :ipad?
end