class BigbluebuttonRails::Generators::ViewsGenerator
Public Instance Methods
copy_stylesheets()
click to toggle source
# 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_views()
click to toggle source
# File lib/generators/bigbluebutton_rails/views_generator.rb, line 12 def copy_views directory "views/bigbluebutton", "app/views/#{ scope || :bigbluebutton}" end