Guest User

Untitled

a guest
May 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class User < ActiveRecord::Base
  2. #...
  3. belongs_to :function
  4. #...
  5. validates_inclusion_of :function_id, :in => Functions.find_by_id(:all)
  6. #...
  7. end
Add Comment
Please, Sign In to add comment