Sha256: 26d5b4728528537d894fc443d464ab44bcef8efbbe0b0b3c5a7728e72d277d4f

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

module Nether
  class StickifyGenerator < Rails::Generators::Base
    source_root File.expand_path('../templates', __FILE__)
    def stickify
      copy_file "stickify.css", "app/assets/stylesheets/stickify.css"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nether-0.0.5 lib/generators/nether/stickify/stickify_generator.rb