Skip to content

Commit

Permalink
Merge pull request #11641 from ankit8898/test_cleanup
Browse files Browse the repository at this point in the history
Cleanup of class_name
  • Loading branch information
rafaelfranca committed Jul 28, 2013
2 parents dfd5e77 + 408b798 commit 96a80bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@

class Group < ActiveRecord::Base
Group.table_name = 'group'
belongs_to :select, :class_name => 'Select'
belongs_to :select
has_one :values
end

Expand Down
Expand Up @@ -2,7 +2,7 @@

class Group < ActiveRecord::Base
Group.table_name = 'group'
belongs_to :select, :class_name => 'Select'
belongs_to :select
has_one :values
end

Expand Down

0 comments on commit 96a80bf

Please sign in to comment.