Sha256: 3190b6c1ff70782a9d020f32de46450bf59a5b3b7ac9647f1d5b152297ada604

Contents?: true

Size: 361 Bytes

Versions: 1

Compression:

Stored size: 361 Bytes

Contents

module Stationed
  module Generators
    module Plugins
      module Draper
        def finish_template
          gem 'draper'
          copy_file 'application_decorator.rb', 'app/decorators/application_decorator.rb'
          copy_file 'paginating_decorator.rb', 'app/decorators/paginating_decorator.rb'
          super
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stationed-0.0.1 lib/stationed/generators/plugins/draper.rb