Sha256: eaaf93bd571057db015208d2b026c82214e8b51fa1208a3108c8591d8dc4e905
Contents?: true
Size: 503 Bytes
Versions: 10
Compression:
Stored size: 503 Bytes
Contents
# frozen_string_literal: true # Rails 7 with Bootstrap CSS and custom CSS # https://www.youtube.com/watch?v=tYr8yn7yRKw require 'pry' self.local_template_path = File.join(File.dirname(__FILE__), 'rag_simple') gac 'base rails 7 image created' def application_html <<-HTML <div class="container"> <div class="row"> <%= yield %> </div> </div> HTML end gsub_file 'app/views/layouts/application.html.erb' , %( <%= yield %>), application_html # after_bundle do # end
Version data entries
10 entries across 10 versions & 1 rubygems