Skip to content

Commit

Permalink
Whitespaces ✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 6, 2012
1 parent b33bd07 commit 4311fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/validations/uniqueness.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module ClassMethods
# #
# class Person < ActiveRecord::Base # class Person < ActiveRecord::Base
# validates_uniqueness_of :user_name, :scope => :account_id # validates_uniqueness_of :user_name, :scope => :account_id
# end # end
# #
# Or even multiple scope parameters. For example, making sure that a teacher can only be on the schedule once # Or even multiple scope parameters. For example, making sure that a teacher can only be on the schedule once
# per semester for a particular class. # per semester for a particular class.
Expand Down

0 comments on commit 4311fc4

Please sign in to comment.