Class: BitPlayer::Tool
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- BitPlayer::Tool
- Defined in:
- app/models/bit_player/tool.rb
Overview
A section of an application.
Instance Method Summary collapse
Instance Method Details
#add_module(title) ⇒ Object
13 14 15 |
# File 'app/models/bit_player/tool.rb', line 13 def add_module(title) content_modules.create(title: title, position: last_position + 1) end |