Module: Cybele::Helpers::AppFiles::ViewGems

Included in:
AppBuilder
Defined in:
lib/cybele/helpers/app_files/view_gems.rb

Instance Method Summary collapse

Instance Method Details

#add_required_view_gemsObject



7
8
9
10
11
12
13
14
15
16
# File 'lib/cybele/helpers/app_files/view_gems.rb', line 7

def add_required_view_gems
  files = %w[
    app_files/bootstrap_Gemfile.erb
    app_files/breadcrumb_Gemfile.erb
    app_files/jquery_Gemfile.erb
  ]
  files.each do |file|
    append_template_to_file('Gemfile', file)
  end
end