Sha256: 687c4b83bb92af875e043871d263af7b4bd40ba8b0032ca3360c8ec99567fc51
Contents?: true
Size: 214 Bytes
Versions: 14
Compression:
Stored size: 214 Bytes
Contents
module ActiveAdmin class PageConfig attr_reader :block def initialize(options = {}, &block) @options, @block = options, block end def [](key) @options[key] end end end
Version data entries
14 entries across 14 versions & 4 rubygems