Commit 150d3860caf3f851c4321116a082ca57a233d004

Authored by Leandro Santos
1 parent 9b6a2c44

adding abstract validation for story

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
lib/proposals_discussion_plugin/story.rb
1 1 class ProposalsDiscussionPlugin::Story < TinyMceArticle
2 2  
  3 + validates_presence_of :abstract
  4 +
3 5 def self.short_description
4 6 _("Story")
5 7 end
... ...