Removed callback that was not required anymore
This commit is contained in:
parent
f3e3d702a4
commit
ec2fe965d0
|
@ -38,7 +38,6 @@ class Bulletin
|
||||||
accepts_nested_attributes_for :bulletin_links, :allow_destroy => true
|
accepts_nested_attributes_for :bulletin_links, :allow_destroy => true
|
||||||
|
|
||||||
validates :title, :at_least_one => true
|
validates :title, :at_least_one => true
|
||||||
# after_save :get_bulletin_tags
|
|
||||||
|
|
||||||
def to_indexed_json
|
def to_indexed_json
|
||||||
self.to_json
|
self.to_json
|
||||||
|
|
Reference in New Issue