Module: Rostra::Config
- Included in:
- ApplicationController
- Defined in:
- lib/rostra/config.rb
Constant Summary collapse
- @@email_layout =
nil- @@deliver_emails_from =
'[email protected]'- @@number_of_question_per_page =
10- @@rostra_user =
:current_user- @@rostra_user_name =
:name- @@rostra_user_email =
:email- @@main_app_login_path =
:new_user_session_path- @@main_app_signup_path =
:new_user_registration_path
Class Method Summary collapse
Class Method Details
.setup {|_self| ... } ⇒ Object
45 46 47 |
# File 'lib/rostra/config.rb', line 45 def self.setup yield self end |