Sha256: 333458308e2c17979b4619a8d1e2b0820c224cb943972be780a28eb84d375fea
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
class ApplicationController < ActionController::Base include Clearance::Controller def show render inline: "Hello user #<%= current_user.id %> #{params.to_json}", layout: false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clearance-2.9.2 | spec/dummy/app/controllers/application_controller.rb |