Class: Input::Cell::Inline
- Inherits:
-
Component::Cell::Static
- Object
- Component::Cell::Static
- Input::Cell::Inline
- Defined in:
- app/concepts/input/cell/inline.rb
Instance Method Summary collapse
Instance Method Details
#input_key ⇒ Object
5 6 7 |
# File 'app/concepts/input/cell/inline.rb', line 5 def input_key 'data["' + [:key].to_s + '"]' end |