Guest User

Untitled

a guest
Jun 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ror> r=SomeClass.some_named_scope_query()
  2. => []
  3. ror> r.class
  4. => ActiveRecord::NamedScope::Scope
  5. ror> r.is_a? Array
  6. => true
  7. ror> r.class.is_a? ActiveRecord::NamedScope::Scope
  8. => false
Add Comment
Please, Sign In to add comment