Skip to content

Commit

Permalink
Simplifiy slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailMcP committed Jul 29, 2024
1 parent 39d6c60 commit f5ea2ac
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,7 @@ module Journeys
module EarlyYearsPayment
module Provider
class SlugSequence
ELIGIBILITY_SLUGS = %w[].freeze

PERSONAL_DETAILS_SLUGS = %w[].freeze

PAYMENT_DETAILS_SLUGS = %w[].freeze

RESULTS_SLUGS = %w[].freeze

SLUGS = (
ELIGIBILITY_SLUGS +
PERSONAL_DETAILS_SLUGS +
PAYMENT_DETAILS_SLUGS +
RESULTS_SLUGS
).freeze
SLUGS = %w[].freeze

def self.start_page_url
if Rails.env.production?
Expand Down

0 comments on commit f5ea2ac

Please sign in to comment.