Created
May 12, 2016 23:59
-
-
Save cdesch/6fbef23aa31084947f45f2c2c26ec2b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
after_initialize :set_default_values, :if => :new_record? | |
validates_presence_of :title, :hidden | |
def set_default_values | |
self.hidden ||= false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment