Skip to content

Commit

Permalink
Misc cleanup
Browse files Browse the repository at this point in the history
Fix an include that was throwing lots of errors in the log and remove unnecessary rubocop disable
  • Loading branch information
Robert Clark authored and Michael O'Keefe committed Jun 1, 2017
1 parent 299aa7d commit a81799d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
@@ -1,4 +1,3 @@
# rubocop:disable Metrics/ClassLength
class ApplicationController < ActionController::Base
include Roar::Rails::ControllerAdditions

Expand Down
1 change: 0 additions & 1 deletion vendor/assets/javascripts/parsley/parsley.js
Expand Up @@ -2267,4 +2267,3 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr

return parsley;
});
//# sourceMappingURL=parsley.js.map

0 comments on commit a81799d

Please sign in to comment.