Where would this code most likely be found in a Rails project? scope :active, lambda { where(:active => true) }
1.an Active Record model
2.an ActionView template
3.an ApplicationHelper file
4.an ActionController controller
Answer:1
Posted Date:-2022-09-17 04:38:28