Flowdock
method

string_structure

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Routing::Segment
string_structure(prior_segments) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/routing/segments.rb, line 45
      def string_structure(prior_segments)
        optional? ? continue_string_structure(prior_segments) : interpolation_statement(prior_segments)
      end
Register or log in to add new notes.