Fix whitespace

This commit is contained in:
Prem Sichanugrist 2011-09-12 17:25:05 +07:00
parent 78b5e5f436
commit a6fa83e18c
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ module Shoulda # :nodoc:
def order(order)
@order = order
self
end
end
def matches?(subject)
@subject = subject
@ -173,7 +173,7 @@ module Shoulda # :nodoc:
@missing = "#{@name} should be ordered by #{@order}"
false
end
end
end
def join_table_exists?
if @macro != :has_and_belongs_to_many ||