Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. module YourModule
  2. class Platform < Activerecord::Base
  3. named_scope :your_scope, lambda {#your code here}
  4.  
  5. end
  6. end
  7.  
  8. YourModule::Platform.your_scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement