Class: Input::Cell::Inline

Inherits:
Component::Cell::Static
  • Object
show all
Defined in:
app/concepts/input/cell/inline.rb

Instance Method Summary collapse

Instance Method Details

#input_keyObject



5
6
7
# File 'app/concepts/input/cell/inline.rb', line 5

def input_key
  'data["' + options[:key].to_s + '"]'
end