Skip to content

Commit

Permalink
Prettify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Nov 22, 2013
1 parent 6896388 commit cbc06c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/housekeeping/users.rb
Expand Up @@ -6,6 +6,8 @@ module Housekeeping::Users
included do
belongs_to :creator, foreign_key: :created_by_id
belongs_to :updater, foreign_key: :updated_by_id


end

module ClassMethods
Expand Down
2 changes: 1 addition & 1 deletion lib/soft_validation.rb
Expand Up @@ -4,7 +4,7 @@
# Soft validations do not prevent an instance from being saved. They are not intended
# to be bound to AR callbacks, but this may be possible. They may be used to
# alert the user to data issues that need to be addressed, or alert the programmer
# who is batch parsing data as to the quality of the incoming data etc.
# who is batch parsing data as to the quality of the incoming data, etc..
#
# For example, soft validations could be shown on #show controller methods.
#
Expand Down

0 comments on commit cbc06c9

Please sign in to comment.