Methods
F
N
T
Included Modules
Attributes
[R] id
Class Public methods
find(id)
# File actionmailer/test/message_delivery_test.rb, line 129
def self.find(id)
  raise 'boom, missing find'
end
new(id = 1)
# File actionmailer/test/message_delivery_test.rb, line 134
def initialize(id = 1)
  @id = id
end
Instance Public methods
to_global_id(options = {})
# File actionmailer/test/message_delivery_test.rb, line 138
def to_global_id(options = {})
  super app: 'foo'
end