Sha256: 462aa9f8dc865ff51da49423bf77be8c7e2ec753267a05e03fd2bc46e3002474
Contents?: true
Size: 222 Bytes
Versions: 7
Compression:
Stored size: 222 Bytes
Contents
class DiscoApp::Admin::ApplicationController < ActionController::Base include DiscoApp::Admin::Concerns::AuthenticatedController private helper_method :current_shop def current_shop @shop end end
Version data entries
7 entries across 7 versions & 1 rubygems