fix database comment
Showing
| ... | @@ -38,6 +38,7 @@ gem 'bootstrap-table-rails', '~> 1.11' | ... | @@ -38,6 +38,7 @@ gem 'bootstrap-table-rails', '~> 1.11' |
| gem 'momentjs-rails', '>= 2.9.0' | gem 'momentjs-rails', '>= 2.9.0' | ||
| gem 'bootstrap3-datetimepicker-rails', '~> 4.14.30' | gem 'bootstrap3-datetimepicker-rails', '~> 4.14.30' | ||
| gem 'whenever', '~> 0.9.7' | gem 'whenever', '~> 0.9.7' | ||
| gem 'redcarpet', '~> 3.3', '>= 3.3.4' | |||
| 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 | ||
| ... | ... |
app/assets/javascripts/issue.coffee
0 → 100644
app/assets/stylesheets/issue.scss
0 → 100644
app/controllers/issues_controller.rb
0 → 100644
app/helpers/issue_helper.rb
0 → 100644
app/views/issues/index.html.erb
0 → 100644
app/views/issues/show.html.erb
0 → 100644
config/initializers/markdown.rb
0 → 100644
test/controllers/issue_controller_test.rb
0 → 100644
Please
register
or
sign in
to comment