Module: OdaniaProfile

Defined in:
lib/odania_profile.rb,
app/models/odania_profile.rb,
lib/odania_profile/engine.rb,
lib/odania_profile/version.rb,
lib/odania_profile/engine_target_type.rb,
app/helpers/odania_profile/application_helper.rb,
app/controllers/odania_profile/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, EngineTargetType Classes: ApplicationController, Engine, Profile, ProfilesController, Skill

Constant Summary collapse

PLUGIN_NAME =
'odania_profile'
VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



6
7
8
# File 'lib/odania_profile.rb', line 6

def self.table_name_prefix
	'odania_profile_'
end