Sha256: 574b21251b96792f639631fbbad9fffc5dc7e0d7109bcc3f13b7281e6ae87e19
Contents?: true
Size: 309 Bytes
Versions: 39
Compression:
Stored size: 309 Bytes
Contents
module NavigationHelpers module Refinery module Images def path_to(page_name) case page_name when /the list of images/ admin_images_path when /the new image form/ new_admin_image_path else nil end end end end end
Version data entries
39 entries across 39 versions & 2 rubygems