class Razoul::Controller
Public Instance Methods
render_error()
click to toggle source
# File lib/razoul/controller.rb, line 3 def render_error render text: 'No donuts for you', status: :unauthorized end
# File lib/razoul/controller.rb, line 3 def render_error render text: 'No donuts for you', status: :unauthorized end