Method: MailyHerald::List#context

Defined in:
app/models/maily_herald/list.rb

#contextObject

Returns Context object associated with List.



34
35
36
# File 'app/models/maily_herald/list.rb', line 34

def context
  @context ||= MailyHerald.context self.context_name
end