Page MenuHomeGRNET

help_controller.rb
No OneTemporary

File Metadata

Created
Thu, Apr 24, 3:55 PM

help_controller.rb

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

Event Timeline