Module: Gamification
- Defined in:
- app/models/gamification.rb,
app/models/gamification/goal.rb,
app/models/gamification/item.rb,
app/models/gamification/level.rb,
app/models/gamification/medal.rb,
app/models/gamification/reward.rb,
app/models/gamification/inventory.rb,
app/models/gamification/item_type.rb,
app/models/gamification/item_group.rb,
app/helpers/gamification/rewards_helper.rb,
app/helpers/gamification/application_helper.rb,
app/controllers/gamification/levels_controller.rb,
app/controllers/gamification/rewards_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, InventoriesHelper, ItemGroupsHelper, ItemTypesHelper, ItemsHelper, RewardsHelper Classes: Goal, ImageUploader, InventoriesController, Inventory, Item, ItemGroup, ItemGroupsController, ItemType, ItemTypesController, ItemsController, Level, LevelsController, Medal, Reward, RewardsController
Class Method Summary collapse
Class Method Details
.table_name_prefix ⇒ Object
2 3 4 |
# File 'app/models/gamification.rb', line 2 def self.table_name_prefix 'gamification_' end |