[noosfero/noosfero][stable] 2 commits: Add settings field for comments. Now it will be possible to use acts_as_having_fields for comments

Leandro Nunes gitlab at gitlab.com
Wed Apr 8 22:17:42 BRT 2015


Leandro Nunes pushed to stable at Noosfero / noosfero


Commits:
54d9eb37 by Leandro Nunes dos Santos at 2015-04-08T21:51:05Z
Add settings field for comments. Now it will be possible to use acts_as_having_fields for comments

- - - - -
c11cfb6d by Leandro Nunes dos Santos at 2015-04-08T21:55:05Z
Merge branch 'next' into stable

- - - - -


1 changed file:

- + db/migrate/20150408231524_add_settings_to_comments.rb


Changes:

=====================================
db/migrate/20150408231524_add_settings_to_comments.rb
=====================================
--- /dev/null
+++ b/db/migrate/20150408231524_add_settings_to_comments.rb
@@ -0,0 +1,5 @@
+class AddSettingsToComments < ActiveRecord::Migration
+  def change
+    add_column :comments, :settings, :text
+  end
+end


View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/1f3600fdd023fefb1f7d0364a2e424ab2181e9e6...c11cfb6daca3a6b6262386a44b9e97e6f87de675
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150409/8abcab26/attachment.html>


More information about the Noosfero-dev mailing list