Sha256: d7f4ffb0c875dac9a8690b0ca36e35e0364500f33d0c66ac69f1f08137886b23

Contents?: true

Size: 328 Bytes

Versions: 22

Compression:

Stored size: 328 Bytes

Contents

require 'rails/generators/rails/scaffold_controller/scaffold_controller_generator'

module Rails
  module Generators
    class InheritedResourcesControllerGenerator < ScaffoldControllerGenerator
      def self.source_root
        @source_root ||= File.expand_path("templates", File.dirname(__FILE__))
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
inherited_resources-1.9.0 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.8.0 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.7.2 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.7.1 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.7.0 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.6.0 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.5.1 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.5.0 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.4.1 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.4.0 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.3.1 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.3.0 lib/generators/rails/inherited_resources_controller_generator.rb
karsthammer-inherited_resources-1.2.2.1 lib/generators/rails/inherited_resources_controller_generator.rb
karsthammer-inherited_resources-1.2.2 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.2.2 lib/generators/rails/inherited_resources_controller_generator.rb
karsthammer-inherited_resources-1.2.1.1 lib/generators/rails/inherited_resources_controller_generator.rb
karsthammer-inherited_resources-1.2.1 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.2.1 lib/generators/rails/inherited_resources_controller_generator.rb
inherited_resources-1.2.0 lib/generators/rails/inherited_resources_controller_generator.rb
karsthammer-inherited_resources-1.1.2.1 lib/generators/rails/inherited_resources_controller_generator.rb