[Git][noosfero/noosfero][master] 2 commits: Fixing dummy typo in migration

Rodrigo Souto gitlab at mg.gitlab.com
Mon Oct 15 17:04:44 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
07a2c44f by Alax Alves at 2018-10-15T15:40:52Z
Fixing dummy typo in migration

- - - - -
5b71371c by Rodrigo Souto at 2018-10-15T20:04:41Z
Merge branch 'migration-typo' into 'master'

Typo in migration

See merge request noosfero/noosfero!1623
- - - - -


1 changed file:

- db/migrate/20180829134258_remove_empty_custon_fields_from_articles.rb → db/migrate/20180829134258_remove_empty_custom_fields_from_articles.rb


Changes:

=====================================
db/migrate/20180829134258_remove_empty_custon_fields_from_articles.rb → db/migrate/20180829134258_remove_empty_custom_fields_from_articles.rb
=====================================
@@ -1,4 +1,4 @@
-class RemoveEmptyCustonFieldsFromArticles < ActiveRecord::Migration
+class RemoveEmptyCustomFieldsFromArticles < ActiveRecord::Migration
   def change
     Article.find_each do |article|
         if article.metadata.has_key?('custom_fields') && article.metadata['custom_fields'].empty?



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/e30ba8b3412e9b8ee73eee780c4d62e77c89bdc2...5b71371c099bff9361ffb3a1c16e15948b521527

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/e30ba8b3412e9b8ee73eee780c4d62e77c89bdc2...5b71371c099bff9361ffb3a1c16e15948b521527
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20181015/19c35500/attachment.html>


More information about the Noosfero-dev mailing list