Method: Zashoku::Conf::ConfigView#refresh_attributes
- Defined in:
- lib/core/modules/conf/lib/conf/config_view.rb
#refresh_attributes ⇒ Object
6 7 8 9 10 |
# File 'lib/core/modules/conf/lib/conf/config_view.rb', line 6 def refresh_attributes @attributes = { 't' => Zashoku.conf.get(%w[title conf]), } end |