Methods

Instance Public methods

[]=(_name, _content)

📝 Source code
# File actionmailer/lib/action_mailer/base.rb, line 742
      def []=(_name, _content); _raise_error end
🔎 See on GitHub

inline()

📝 Source code
# File actionmailer/lib/action_mailer/base.rb, line 741
      def inline; _raise_error end
🔎 See on GitHub