Sha256: 673e12a6112defc96fd3abb2f3c65b24e6ae7972a75cb23a9cbd2278061fc4e3

Contents?: true

Size: 292 Bytes

Versions: 1

Compression:

Stored size: 292 Bytes

Contents

module Chatroom

	require 'chatroom/engine' if defined?(Rails)
	require 'generators/chatroom/install_generator'

	# Default way to setup Chatroom. Run rails generate chatroom_install to create
	# a fresh initializer with all configuration values.
	# def self.setup
		# yield self
	# end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chatroom-0.0.8 lib/chatroom.rb