Module: Geri::Config
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/geri/config.rb,
lib/geri/config/menu_item.rb
Defined Under Namespace
Classes: MenuItem
Class Method Summary collapse
-
.configure(&block) ⇒ Object
configure override.
- .register_menu_item(title, path_or_options = nil, options = {}) {|item| ... } ⇒ Object
Class Method Details
.configure(&block) ⇒ Object
configure override
21 22 23 24 25 |
# File 'lib/geri/config.rb', line 21 def self.configure(&block) begin yield self end end |