lib/mail_engine/base.rb in mail_engine-0.1.1 vs lib/mail_engine/base.rb in mail_engine-0.1.2
- old
+ new
@@ -6,14 +6,16 @@
class << self
# return current runtime environment config hash.
# === example
#
# log_mail: true
- # sendgrid_user: "xxx@theplant.jp"
- # sendgrid_key: "xxx"
- # sendgrid_category: "development"
# user_class_name: "User"
# mount_at: "/admin"
+ # access_check_method: "logged_in?"
+ # sendgrid:
+ # sendgrid_user: "xxx@theplant.jp"
+ # sendgrid_key: "xxx"
+ # sendgrid_category: "development"
#
def current_config
MailEngine::Base.configurations[Rails.env] || {}
end
\ No newline at end of file