Advertisement
saasbook

scopes_no_lambda.rb

Aug 15th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.09 KB | None | 0 0
  1. class Movie < ActiveRecord::Base
  2.   scope :for_kids, Movie.where('rating in ?', %w(G PG))
  3. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement