Sha256: dce9989a842636292fe5cf9baccc01d2e3456b5a72424e491143fb8d9af1e957
Contents?: true
Size: 283 Bytes
Versions: 8
Compression:
Stored size: 283 Bytes
Contents
module Locomotive class MyOtherPlugin include Locomotive::Plugin before_filter :another_method def config_template_file File.join(File.dirname(__FILE__), '..', '..', 'fixtures', 'config_template.haml') end def another_method end end end
Version data entries
8 entries across 8 versions & 1 rubygems