Guest User

Untitled

a guest
Jun 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. validates_each :email_subject, :email_content do |record, attr, value|
  2. if record.changed.include?(attr)
  3. record.errors.add attr, "Upgrade your subscription to customize the #{attr}"
  4. end
  5. raise 'wtf'
  6. end
Add Comment
Please, Sign In to add comment