Class: Tramway::Configs::Entities::Route

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/tramway/configs/entities/route.rb

Overview

Route struct describes rules for route management

Instance Method Summary collapse

Instance Method Details

#helper_method_by(underscored_name) ⇒ Object



11
12
13
# File 'lib/tramway/configs/entities/route.rb', line 11

def helper_method_by(underscored_name)
  "#{route_method || underscored_name}_path"
end