Sha256: ae94c28aa24d680594ace86d28c2fff307c0a14ce61115f8bd3299839cdfe2ad
Contents?: true
Size: 315 Bytes
Versions: 41
Compression:
Stored size: 315 Bytes
Contents
module NavigationHelpers module Refinery module Resources def path_to(page_name) case page_name when /the list of files/ admin_resources_path when /the new file form/ new_admin_resource_path else nil end end end end end
Version data entries
41 entries across 41 versions & 2 rubygems