[noosfero/noosfero][next] 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 21:51:04 BRT 2015


Leandro Nunes pushed to next 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

- - - - -


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/commit/54d9eb375a89a6bfedfac838485bb1ce1fd4238e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150409/c40ba9f8/attachment.html>


More information about the Noosfero-dev mailing list