Merge branch 'new_member' of github.com:Rulingcom/orbit into new_member
Conflicts: app/controllers/application_controller.rb app/views/layouts/_side_bar.html.erb
This commit is contained in:
commit
03b5827392
|
@ -1,6 +1,6 @@
|
||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
protect_from_forgery
|
protect_from_forgery
|
||||||
|
|
||||||
include ParserFrontEnd, ParserBackEnd, ApplicationHelper
|
include ParserFrontEnd, ParserBackEnd, ApplicationHelper
|
||||||
|
|
||||||
layout :layout_by_resource
|
layout :layout_by_resource
|
||||||
|
|
Loading…
Reference in New Issue