Class: Infold::MenuItem
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Infold::MenuItem
- Defined in:
- app/models/infold/menu_item.rb
Instance Method Summary collapse
Instance Method Details
#layer ⇒ Object
17 18 19 |
# File 'app/models/infold/menu_item.rb', line 17 def layer kind_directory? || directory.blank? ? 1 : 2 end |
#layer1? ⇒ Boolean
21 22 23 |
# File 'app/models/infold/menu_item.rb', line 21 def layer1? layer == 1 end |
#layer2? ⇒ Boolean
25 26 27 |
# File 'app/models/infold/menu_item.rb', line 25 def layer2? layer == 2 end |