Class: ActiveTree::Metadata
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ActiveTree::Metadata
- Defined in:
- lib/active_tree/models/metadata.rb
Class Method Summary collapse
Class Method Details
.table_name ⇒ Object
5 6 7 8 |
# File 'lib/active_tree/models/metadata.rb', line 5 def self.table_name return "#{ ::ACTIVE_TREE_OPTIONS[:table_name] }_metadata" if defined? ::LCA_OPTIONS return "active_tree_models_metadata" end |