Sha256: 839073f88e1115f70372e32efee13fa4182c4b1f07702756206a6bb95e486b85
Contents?: true
Size: 300 Bytes
Versions: 11
Compression:
Stored size: 300 Bytes
Contents
module Fae module ApplicationControllerConcern extend ActiveSupport::Concern def instance_says_what 'Fae::ApplicationController instance: what?' end module ClassMethods def class_says_what 'Fae::ApplicationController class: what?' end end end end
Version data entries
11 entries across 11 versions & 1 rubygems