Where would this code most likely be found in a Rails project? scope :active, lambda { where(:active => true) }
scope :active, lambda { where(:active => true) }
an Active Record model
an ActionController controller
an ActionView template
an ApplicationHelper file