Guest User

Untitled

a guest
Sep 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class TestModel < ActiveRecord::Base
  2.  
  3. private
  4.  
  5. def test_attr=(v)
  6. write_attribute(:test_attr, v)
  7. end
  8. end
Add Comment
Please, Sign In to add comment