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