Sha256: d99cb6f210493f2e8833a25cc87fb642d36986cb2779bca4fc31b28d5cd65ff0

Contents?: true

Size: 333 Bytes

Versions: 44

Compression:

Stored size: 333 Bytes

Contents

module NavigationHelpers
  module Refinery
    module RailsApplicationRoot

      def path_to(page_name)
        # Replace the nil below with the commented code to use this.
        nil

        #case page_name
        #when /the root path/
        #  root_path
        #else
        #  nil
        #end
      end

    end
  end
end

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
refinerycms-1.0.11 features/support/paths.rb
refinerycms-testing-1.0.11 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.10 features/support/paths.rb
refinerycms-testing-1.0.10 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.9 features/support/paths.rb
refinerycms-testing-1.0.9 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.8 features/support/paths.rb
refinerycms-testing-1.0.8 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.7 features/support/paths.rb
refinerycms-testing-1.0.7 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.5 features/support/paths.rb
refinerycms-testing-1.0.5 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.4 features/support/paths.rb
refinerycms-testing-1.0.4 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.3 features/support/paths.rb
refinerycms-testing-1.0.3 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.1 features/support/paths.rb
refinerycms-testing-1.0.1 lib/generators/templates/features/support/paths.rb
refinerycms-1.0.0 features/support/paths.rb
refinerycms-testing-1.0.0 lib/generators/templates/features/support/paths.rb