Sha256: 132b6d27ec45893f60d36b996f6fb499d8296d8874db5caeb23146490b5dfc59

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

require 'generators/pbw/scaffold_generator'

class Pbw::ItemGenerator < Pbw::Generators::ScaffoldGenerator
	source_root File.expand_path("../templates", __FILE__)

	protected
	def base_model_class
		"Pbw::Item"
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pbw-0.0.6 lib/generators/pbw/item/item_generator.rb
pbw-0.0.5 lib/generators/pbw/item/item_generator.rb