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_stylesheetsObject



16
17
18
# File 'lib/generators/bigbluebutton_rails/views_generator.rb', line 16

def copy_stylesheets
  copy_file "assets/stylesheets/bigbluebutton_rails.css", "app/assets/stylesheets/bigbluebutton_rails.css"
end

#copy_viewsObject



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

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