Sha256: b63a13526cee02a2c056573fd877b7a00a85f02e726b30f3ad78284c2e56362b
Contents?: true
Size: 320 Bytes
Versions: 25
Compression:
Stored size: 320 Bytes
Contents
module Compony module ControllerMixin extend ActiveSupport::Concern include Compony::ViewHelpers included do # Declare all methods in each such module as helper_method Compony::ViewHelpers.public_instance_methods.each { |helper_method_sym| helper_method helper_method_sym } end end end
Version data entries
25 entries across 25 versions & 1 rubygems