Module: Chatroom::ViewPathTemplates

Included in:
ViewsGenerator
Defined in:
lib/generators/chatroom/views_generator.rb

Overview

Include this module in your generator to generate Chatroom views. ‘copy_views’ is the main method and by default copies all views.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'lib/generators/chatroom/views_generator.rb', line 6

def self.included(base)
	base.extend ClassMethods
end