Skip to content
Snippets Groups Projects
Unverified Commit 999ec916 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Update style_controller.rb

parent 8b07afaa
No related branches found
No related tags found
No related merge requests found
class Extranet::StyleController < Extranet::ApplicationController
skip_before_action :authenticate_user!, :authorize_extranet_access!
def index
render body: current_extranet.css, content_type: 'text/css'
end
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment