Guest User

Untitled

a guest
Mar 17th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class Notification
  2. Friendly.configure(:adapter=>'mysql',:host=>'localhost',:user=>'root',:password=>'foobar',:database=>'foo_production')
  3. include Friendly::Document
  4. attribute :user_id, Integer
  5. attribute :ip_address, String
  6. indexes :user_id
  7. indexes :ip_address
  8.  
  9. end
Add Comment
Please, Sign In to add comment