Skip to content

Commit

Permalink
create escape and unescape alias in the controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Sep 8, 2022
1 parent 2d020cf commit 7803d55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -686,4 +686,11 @@ def init_trial_license
end
end

def escape(url)
helpers.escape(url)
end

def unescape(url)
helpers.unescape(url)
end
end

0 comments on commit 7803d55

Please sign in to comment.