Whitespaces ✂️

This commit is contained in:
Rafael Mendonça França 2012-01-06 01:04:09 -03:00
parent b33bd077fa
commit 4311fc45dc

@ -79,7 +79,7 @@ module ClassMethods
#
# class Person < ActiveRecord::Base
# 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
# per semester for a particular class.