[Git][noosfero/noosfero][master] Move authenticated_system to app/concerns

Bráulio Bhavamitra gitlab at mg.gitlab.com
Mon May 23 16:40:12 BRT 2016


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
7c5c3678 by Braulio Bhavamitra at 2016-05-23T16:39:26-03:00
Move authenticated_system to app/concerns

It also depends on models from app, and lib can't depend on app

- - - - -


2 changed files:

- lib/authenticated_system.rb → app/concerns/authenticated_system.rb
- config/application.rb


Changes:

=====================================
lib/authenticated_system.rb → app/concerns/authenticated_system.rb
=====================================
--- a/lib/authenticated_system.rb
+++ b/app/concerns/authenticated_system.rb


=====================================
config/application.rb
=====================================
--- a/config/application.rb
+++ b/config/application.rb
@@ -40,7 +40,6 @@ module Noosfero
     # Custom directories with classes and modules you want to be autoloadable.
     config.autoload_paths << config.root.join('lib')
     config.autoload_paths << config.root.join('app')
-    config.autoload_paths << config.root.join('app/jobs')
     config.autoload_paths << config.root.join('app/sweepers')
     config.autoload_paths.concat Dir["#{config.root}/app/controllers/**/"]
     config.autoload_paths << config.root.join('test', 'mocks', Rails.env)



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/7c5c36783eeee5412e8369bf990c8372640dda8a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160523/190ece50/attachment-0001.html>


More information about the Noosfero-dev mailing list