Method: ActiveItemModel#column
- Defined in:
- ext/ruby/qtruby/rails_support/active_item_model.rb
#column(name) ⇒ Object
117 118 119 |
# File 'ext/ruby/qtruby/rails_support/active_item_model.rb', line 117 def column(name) @keys.index name end |