Method: Sunrise::Config::Group#title
- Defined in:
- lib/sunrise/config/group.rb
#title ⇒ Object
15 16 17 18 |
# File 'lib/sunrise/config/group.rb', line 15 def title return false if @config_options[:title] === false @config_options[:title] || I18n.t(@name, :scope => [:manage, :groups]) end |