Updated
Showing
... | @@ -23,9 +23,12 @@ gem 'jbuilder', '~> 2.0' | ... | @@ -23,9 +23,12 @@ gem 'jbuilder', '~> 2.0' |
# bundle exec rake doc:rails generates the API under doc/api. | # bundle exec rake doc:rails generates the API under doc/api. | ||
gem 'sdoc', '~> 0.4.0', group: :doc | gem 'sdoc', '~> 0.4.0', group: :doc | ||
<<<<<<< HEAD | |||
gem 'bootstrap-sass' | gem 'bootstrap-sass' | ||
gem 'simple_form' | gem 'simple_form' | ||
======= | |||
>>>>>>> 31487f3860b4c5fb8aabcdba7239972453f2ba56 | |||
# Use ActiveModel has_secure_password | # Use ActiveModel has_secure_password | ||
# gem 'bcrypt', '~> 3.1.7' | # gem 'bcrypt', '~> 3.1.7' | ||
... | @@ -38,7 +41,10 @@ gem 'simple_form' | ... | @@ -38,7 +41,10 @@ gem 'simple_form' |
group :development, :test do | group :development, :test do | ||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
gem 'byebug' | gem 'byebug' | ||
<<<<<<< HEAD | |||
gem 'better_errors' | gem 'better_errors' | ||
======= | |||
>>>>>>> 31487f3860b4c5fb8aabcdba7239972453f2ba56 | |||
end | end | ||
group :development do | group :development do | ||
... | ... |
app/views/index.html.erb
0 → 100644
app/views/new.html.erb
0 → 100644
Please register or sign in to comment