Skip to Content Skip to Search
Methods
M

Constants

LIQUID_ATTRIBUTES = %i[body subject].freeze
 

Instance Public methods

master()

# File app/models/db/email_template.rb, line 14
def master
  @master ||= MasterEmailTemplate.find_template_by_path path
end