Skip to content

Commit

Permalink
minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoppe committed Dec 23, 2019
1 parent 3072f0c commit 6d8d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Refinery::Core::Engine.routes.draw do
get 'tinymceiframe(/:id)', :to => 'fast#tinymceiframe', :as => :tinymceiframe
get 'tinymceiframe(/:id)', to: 'fast#tinymceiframe', as: :tinymceiframe
end

0 comments on commit 6d8d31d

Please sign in to comment.