Method: Extjsizable::CoreExt::ActiveRecordRelation::ExtJs#to_extjs
- Defined in:
- lib/extjsizable/core_ext/active_record_relation/extjs.rb
#to_extjs(options = {}) ⇒ Object
5 6 7 |
# File 'lib/extjsizable/core_ext/active_record_relation/extjs.rb', line 5 def to_extjs( = {}) to_a.to_extjs() # convert to array and delegate end |