Sha256: 93ced7f08a26e75bc5e36d88abd3256deaa40eeedc6acd10e3d1a5e687e1d598

Contents?: true

Size: 332 Bytes

Versions: 25

Compression:

Stored size: 332 Bytes

Contents

require 'rails/generators/css/scaffold/scaffold_generator'

module Stylus
  module Generators
    # Just inherit from the original Generator from Rails
    # because `scaffold.css` it's just to help people to start up
    # their Rails applications.
    class ScaffoldGenerator < Css::Generators::ScaffoldGenerator
    end
  end
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
stylus-0.3.0.pre lib/rails/generators/stylus/scaffold/scaffold_generator.rb
stylus-0.2.2 lib/rails/generators/stylus/scaffold/scaffold_generator.rb
stylus-0.2.1 lib/rails/generators/stylus/scaffold/scaffold_generator.rb
stylus-0.2.1.beta lib/rails/generators/stylus/scaffold/scaffold_generator.rb
stylus-0.2.0 lib/rails/generators/stylus/scaffold/scaffold_generator.rb