[Git][noosfero/noosfero][master] 2 commits: Fix render not found problem

Rodrigo Souto gitlab at mg.gitlab.com
Thu Jul 27 11:25:15 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
9384edcd by pedrodelyra at 2017-06-26T15:41:53-03:00
Fix render not found problem

- - - - -
3102f3c3 by Rodrigo Souto at 2017-07-27T14:25:04+00:00
Merge branch 'fix-render-not-found' into 'master'

Fix render not found

Closes #272

See merge request !1251
- - - - -


1 changed file:

- config.ru


Changes:

=====================================
config.ru
=====================================
--- a/config.ru
+++ b/config.ru
@@ -20,6 +20,6 @@ rails_app = Rack::Builder.new do
 end
 
 run Rack::Cascade.new([
+  Api::App,
   rails_app,
-  Api::App
 ])



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/975f46bb947732610c42c0f08714f5c25215e163...3102f3c3ed805e620f243a104eafd1be14a16272

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/975f46bb947732610c42c0f08714f5c25215e163...3102f3c3ed805e620f243a104eafd1be14a16272
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/20170727/01fad1ae/attachment-0001.html>


More information about the Noosfero-dev mailing list