Skip to content

Commit ab0ea71

Browse files
Add missing .freeze
1 parent d9811d0 commit ab0ea71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/marketing_redesign/opportunities_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module MarketingRedesign
22
class OpportunitiesController < BaseController
3-
HUB_CONVERSION_POINT = "Upcase: Contact Us"
3+
HUB_CONVERSION_POINT = "Upcase: Contact Us".freeze
44
HUB_PROJECT_TYPE = "Team Training / Mentoring".freeze
55

66
def new

0 commit comments

Comments
 (0)