Sha256: 1697c7cb4977915101d4ac8edbbadd46c73850d902dc895b808feae70d9a2133

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

module Stationed
  module Generators
    module Plugins
      module Layout
        def finish_template
          remove_file 'app/views/layouts/application.html.haml'
          copy_file 'application.html.haml', 'app/views/layouts/application.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/layout.rb