Class: BigbluebuttonRails::Generators::ViewsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/bigbluebutton_rails/views_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_viewsObject



12
13
14
# File 'lib/generators/bigbluebutton_rails/views_generator.rb', line 12

def copy_views
  directory "bigbluebutton", "app/views/#{ scope || :bigbluebutton}"
end