module Content
Constants
- ENGINE_NAME
- VERSION
Public Class Methods
table_name_prefix()
click to toggle source
# File lib/content/engine.rb, line 44 def self.table_name_prefix Content::ENGINE_NAME + '_' end
Public Instance Methods
table_name_prefix()
click to toggle source
# File lib/content/engine.rb, line 40 def table_name_prefix Content::ENGINE_NAME + '_' end
use_relative_model_naming()
click to toggle source
# File lib/content/engine.rb, line 48 def use_relative_model_naming true end