Methods
M
P
T
Class Public methods
model_name()
# File actionmailer/test/url_test.rb, line 36
def self.model_name
  OpenStruct.new(route_key: 'dummy_model')
end
Instance Public methods
model_name()
# File actionmailer/test/url_test.rb, line 44
def model_name
  self.class.model_name
end
persisted?()
# File actionmailer/test/url_test.rb, line 40
def persisted?
  false
end
to_model()
# File actionmailer/test/url_test.rb, line 48
def to_model
  self
end