[Git][noosfero/noosfero][master] site-tour: require person before making and extension

Rodrigo Souto gitlab at mg.gitlab.com
Tue Mar 1 17:02:27 BRT 2016


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
57b1d9ce by Rodrigo Souto at 2016-03-01T17:01:55-03:00
site-tour: require person before making and extension

- - - - -


1 changed file:

- plugins/site_tour/lib/ext/person.rb


Changes:

=====================================
plugins/site_tour/lib/ext/person.rb
=====================================
--- a/plugins/site_tour/lib/ext/person.rb
+++ b/plugins/site_tour/lib/ext/person.rb
@@ -1,5 +1,5 @@
-class Person
+require_dependency 'person'
 
+class Person
   settings_items :site_tour_plugin_actions, :type => Array, :default => []
-
 end



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/57b1d9cec468b834590ecdbf15876b0b8a3f5d86
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160301/2731ab21/attachment.html>


More information about the Noosfero-dev mailing list