test/rails/overrides/app/controllers/admin/top_controller.rb in jpmobile-5.0.0 vs test/rails/overrides/app/controllers/admin/top_controller.rb in jpmobile-5.0.1
- old
+ new
@@ -1,5 +1,5 @@
class Admin::TopController < ApplicationController
def full_path
- render "/template_path/full_path_partial"
+ render '/template_path/full_path_partial'
end
end