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