Class: Kindeditor::Asset
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Kindeditor::Asset
show all
- Includes:
- Mongoid::Document, Mongoid::Timestamps
- Defined in:
- lib/generators/rails_kindeditor/migration/templates/models/active_record/kindeditor/asset.rb,
lib/generators/rails_kindeditor/migration/templates/models/mongoid/kindeditor/asset.rb
Class Method Summary
collapse
Class Method Details
.collection_name ⇒ Object
16
17
18
|
# File 'lib/generators/rails_kindeditor/migration/templates/models/mongoid/kindeditor/asset.rb', line 16
def self.collection_name
:kindeditor_assets
end
|