Class: Ext::Data::ActiveStore

Inherits:
Store show all
Defined in:
lib/ext/data/active_store.rb

Instance Method Summary collapse

Methods inherited from Store

#options, #reader, #remote_sort

Methods inherited from Base

#args, #camelize_keys, ext_patch, #fixed_values, #initialize, #option, #options, to_json, #to_json, #to_s

Constructor Details

This class inherits a constructor from Ext::Base

Instance Method Details

#proxyObject



5
6
7
# File 'lib/ext/data/active_store.rb', line 5

def proxy
  Ext::Data::ActiveResource.new(:url=>@options[:url])
end