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