Module: HasMobileFormat::ClassMethods

Defined in:
lib/rails-jquerymobile/has_mobile_format.rb

Instance Method Summary collapse

Instance Method Details

#has_mobile_format(options = {}) ⇒ Object



8
9
10
11
12
13
# File 'lib/rails-jquerymobile/has_mobile_format.rb', line 8

def has_mobile_format(options = {})
  send :include, InstanceMethods
  class_attribute :jquerymobile_options
  self.jquerymobile_options = options
  before_filter :prepare_for_mobile_formats
end