Sha256: 460256c35f34bd6eb569afc964772ef685bc386741db3da262d6105458c2aaa4
Contents?: true
Size: 396 Bytes
Versions: 14
Compression:
Stored size: 396 Bytes
Contents
module ActiveScaffold::Config class BatchBase < ActiveScaffold::Config::Base def initialize(core_config) @core = core_config end # configures where the plugin itself is located. there is no instance version of this. cattr_accessor :plugin_directory @@plugin_directory = File.expand_path(__FILE__).match(%{(^.*)/lib/active_scaffold/config/batch_base.rb})[1] end end
Version data entries
14 entries across 14 versions & 1 rubygems