diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 4738846..ef277d4 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -11,4 +11,4 @@ * It is generally better to create a new file per style scope. * *= require_self - */ + */ \ No newline at end of file diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 09705d1..b49aaaf 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,2 +1,3 @@ class ApplicationController < ActionController::Base + # layout "application" end diff --git a/db/development.sqlite3 b/db/development.sqlite3 new file mode 100644 index 0000000..555bae3 Binary files /dev/null and b/db/development.sqlite3 differ diff --git a/db/test.sqlite3 b/db/test.sqlite3 new file mode 100644 index 0000000..e69de29 diff --git a/public/index.html b/public/index.html index e670496..2c3e7f3 100644 --- a/public/index.html +++ b/public/index.html @@ -3,29 +3,31 @@ Rock-Paper-Scissors Rules + +
- + Play Rock
- + Play Paper
- + Play Scissors
- +

Welcome to Rock-Paper-Scissors!