Parameters:
Model on which backend is defined
Backend attribute
75 76 77 78
# File 'lib/mobility/backend.rb', line 75 def initialize(*args) @model = args[0] @attribute = args[1] end