Method: Notee::Configuration#reset
- Defined in:
- lib/notee/configuration.rb
#reset ⇒ Object
38 39 40 41 42 43 44 45 |
# File 'lib/notee/configuration.rb', line 38 def reset self.notee_id = DEFAULT_NOTEE_ID self.notee_password = DEFAULT_NOTEE_PASSWORD self.recaptcha_key = DEFAULT_RECAPTCHA_KEY self.recaptcha_secret_key = DEFAULT_RECAPTCHA_SECRET_KEY self. = DEFAULT_BLOG_META self.google_analytics = DEFAULT_GOOGLE_ANALYTICS end |