Class: Superstore::Base
- Inherits:
-
Object
- Object
- Superstore::Base
- Extended by:
- ActiveModel::Naming, ActiveSupport::DescendantsTracker, Model
- Includes:
- ActiveModel::Conversion, ActiveModel::Serializers::JSON, GlobalID::Identification, AttributeMethods, AttributeMethods::Dirty, AttributeMethods::PrimaryKey, AttributeMethods::Typecasting, BelongsTo, Caching, Callbacks, Connection, Core, Identity, Inspect, Persistence, Scoping, Timestamps, Validations
- Defined in:
- lib/superstore/base.rb
Method Summary
Methods included from Model
base_class, column_family, column_family=, config, config=, table_name, table_name=
Methods included from Caching
Methods included from Core
#==, #eql?, #hash, #initialize, #initialize_dup, #to_param
Methods included from Callbacks
Methods included from BelongsTo
Methods included from AttributeMethods::PrimaryKey
Methods included from AttributeMethods::Dirty
#reload, #save, #unapplied_changes, #write_attribute
Methods included from Validations
Methods included from AttributeMethods
#attribute_exists?, #attributes, #attributes=, #method_missing, #read_attribute, #respond_to?, #write_attribute
Methods included from Persistence
#becomes, #destroy, #destroyed?, #new_record?, #persisted?, #reload, #save, #update, #update!, #update_attribute
Methods included from Inspect
#attribute_for_inspect, #inspect
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Superstore::AttributeMethods