app/helpers/tramway/landing/application_helper.rb in tramway-landing-3.3.0.6 vs app/helpers/tramway/landing/application_helper.rb in tramway-landing-3.3.0.7
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module Tramway
module Landing
module ApplicationHelper
- include Tramway::Admin::RussianCasesHelper
+ include Tramway::RussianCasesHelper
include Tramway::Profiles::LinksHelper if defined?(::Tramway::Profiles)
include ::FontAwesome5::Rails::IconHelper
def actual_forms(forms)
forms = forms.reject { |f| f.form_name == 'user_sign_up' } if @signed_in