Sha256: 228e1092cdf231c4a3b1a8c94bb1edd89451a57e4b5c27f8ddb5370096b0f932

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

module Stationed
  module Generators
    module Plugins
      module Flashes
        def finish_template
          copy_file 'flashes.html.haml', 'app/views/application/_flashes.html.haml'
          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/flashes.rb