Method: TaskwarriorWeb::Config.method_missing
- Defined in:
- lib/taskwarrior-web/model/config.rb
.method_missing(method) ⇒ Object
74 75 76 |
# File 'lib/taskwarrior-web/model/config.rb', line 74 def self.method_missing(method) self.store[method.to_s] end |