Flowdock
method

password

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: BaseController
password() private

No documentation

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

Hide source
# File actionmailbox/app/controllers/action_mailbox/base_controller.rb, line 30
      def password
        Rails.application.credentials.dig(:action_mailbox, :ingress_password) || ENV["RAILS_INBOUND_EMAIL_PASSWORD"]
      end
Register or log in to add new notes.