[noosfero/noosfero][master] Move vote extension from plugin to core

Victor Costa gitlab at gitlab.com
Tue Jun 9 21:02:02 BRT 2015


Victor Costa pushed to branch master at Noosfero / noosfero


Commits:
dd0ff2c9 by Victor Costa at 2015-06-09T20:45:03Z
Move vote extension from plugin to core

- - - - -


2 changed files:

- config/initializers/noosfero_extensions.rb
- plugins/vote/lib/ext/vote.rb → lib/noosfero/vote_ext.rb


Changes:

=====================================
config/initializers/noosfero_extensions.rb
=====================================
--- a/config/initializers/noosfero_extensions.rb
+++ b/config/initializers/noosfero_extensions.rb
@@ -1,2 +1,3 @@
 require 'noosfero/role_assignment_ext'
 require 'noosfero/action_tracker_ext'
+require 'noosfero/vote_ext'


=====================================
plugins/vote/lib/ext/vote.rb → lib/noosfero/vote_ext.rb
=====================================
--- a/plugins/vote/lib/ext/vote.rb
+++ b/lib/noosfero/vote_ext.rb



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/dd0ff2c9aae8e1293c9b685c2798a39a10695393
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150610/eb3d0da4/attachment.html>


More information about the Noosfero-dev mailing list