Sha256: b532ce5afddf6b656c68994c7355cb147a2161a9185ec8523f5899bc52f79d0c

Contents?: true

Size: 441 Bytes

Versions: 9

Compression:

Stored size: 441 Bytes

Contents

require 'generators/somatics'
# require 'rails/generators/scaffold_controller_generator'
require 'rails/generators/rails/helper/helper_generator'

module Somatics
  module Generators
    class HelperGenerator <  Rails::Generators::HelperGenerator
      
      protected
      # def class_path
      #   puts options[:namespace]
      #   @class_path.unshift(options[:namespace]) if options[:namespace].present?
      # end
    end
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
somatics3-0.0.10 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.10 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.9 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.8 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.7 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.6 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.5 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.4 lib/generators/somatics/helper/helper_generator.rb
somatics3-generators-0.0.2 lib/generators/somatics/helper/helper_generator.rb