Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fatfreecrm/fat_free_crm
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 7, 2011
2 parents 51fd182 + 2b40a93 commit 8f1d953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/fields/field_group.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class FieldGroup < ActiveRecord::Base
has_many :fields
belongs_to :tag
belongs_to :tag, :class_name => 'ActsAsTaggableOn::Tag'

validates_presence_of :label

Expand Down

0 comments on commit 8f1d953

Please sign in to comment.