Page MenuHomeGRNET

help_controller.rb
No OneTemporary

File Metadata

Created
Sat, Aug 30, 11:40 AM

help_controller.rb

class HelpController < ApplicationController
before_action :authenticate_user!
def api
render layout: false
end
end

Event Timeline