Skip to content

Commit

Permalink
[#643] comments: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Apr 20, 2010
1 parent a1019bb commit 2f4aa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobofields/lib/hobo_fields/field_spec.rb
Expand Up @@ -85,7 +85,7 @@ def different_to?(col_spec)
col_comment = ActiveRecord::Base.try.column_comment(col_spec.name, model.table_name)
col_comment != nil && col_comment != comment
else
true
false
end
end ||
begin
Expand Down

0 comments on commit 2f4aa95

Please sign in to comment.