Flowdock
configure(&block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Show source
Register or log in to add new notes.
November 21, 2011
0 thanks

Custom configuration keys

It is nice to know, that you can store any custom configuration key in configure blockā€¦ E.g.

YourApp::Application.configure do
   # ...
   config.my_custom_setting = "QWERTY1234"
end

Then you can just access it by calling

YourApp::Application.config.my_custom_setting