Sha256: 3bd1534e7b270254065ad2157005e80a2c35314727cf114fdd33cc57bc378d4f
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
# If any changes are made to this class then the application will require a restart # This is because this class is added to autoload_once_paths in lib/refinery/core/engine.rb. module Refinery module Core class BaseModel < ActiveRecord::Base self.abstract_class = true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-core-2.0.2 | app/models/refinery/core/base_model.rb |
refinerycms-core-2.0.1 | app/models/refinery/core/base_model.rb |
refinerycms-core-2.0.0 | app/models/refinery/core/base_model.rb |