Module: Sequel::Plugins::ExtJS

Defined in:
lib/sequel_extjs.rb

Overview

This module will extend the regular Model to add few ExtJS related functions, mainly to_json and to_extjs

Take a look at the Sequel::Plugins::ExtJS::DatasetMethods.to_extjs function

Defined Under Namespace

Modules: ClassMethods, DatasetMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.apply(model, *a) ⇒ Object



34
35
# File 'lib/sequel_extjs.rb', line 34

def self.apply(model, *a)
end