module Staypuft
Constants
- ENGINE_NAME
- VERSION
Public Class Methods
table_name_prefix()
click to toggle source
# File lib/staypuft/engine.rb, line 91 def self.table_name_prefix Staypuft::ENGINE_NAME + '_' end
Public Instance Methods
table_name_prefix()
click to toggle source
# File lib/staypuft/engine.rb, line 87 def table_name_prefix Staypuft::ENGINE_NAME + '_' end
use_relative_model_naming()
click to toggle source
# File lib/staypuft/engine.rb, line 95 def use_relative_model_naming true end