Sha256: d3d4f78d4f564c7480200f8037b406d18935a9eb2d9e5a1fd638be9970602507

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 Bytes

Contents

require "rails"

module Chatroom
	class Engine < Rails::Engine
		# ==> HookFor Configuration
		# It allows you to implement a generators command by hooking for views,
		# helpers or controllers.
		config.generators do |g|
			g.views				:views
			g.helpers			:helpers
			g.controllers	:controllers
		end
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chatroom-0.1.1 lib/chatroom/engine.rb
chatroom-0.1.0 lib/chatroom/engine.rb
chatroom-0.0.9 lib/chatroom/engine.rb
chatroom-0.0.8 lib/chatroom/engine.rb