Namespace

Class/Module Index [+]

Quicksearch

Staypuft

Constants

ENGINE_NAME
VERSION

Public Class Methods

table_name_prefix() click to toggle source
# File lib/staypuft/engine.rb, line 90
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 86
def table_name_prefix
  Staypuft::ENGINE_NAME + '_'
end
use_relative_model_naming() click to toggle source
# File lib/staypuft/engine.rb, line 94
def use_relative_model_naming
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.