Skip to content

Commit 0ffb860

Browse files
committed
prep for production
1 parent 8f04b1f commit 0ffb860

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ group :development, :test do
3838
gem 'guard-rspec', require: false
3939
end
4040

41+
# group :production do
42+
# gem 'pg'
43+
# end
44+
4145
# Use ActiveModel has_secure_password
4246
# gem 'bcrypt-ruby', '~> 3.1.2'
4347

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>NSA</title>
4+
<title>Co-create</title>
55
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
66
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
77
<%= csrf_meta_tags %>

0 commit comments

Comments
 (0)