Sha256: a9ee1475f31f62c863bd887de91a508a666ca1ea40fd7133d07a0d9dd0e84d9c
Contents?: true
Size: 448 Bytes
Versions: 10
Compression:
Stored size: 448 Bytes
Contents
module NavigationHelpers module Refinery module Core def path_to(page_name) case page_name when /the admin dialog for links path/ admin_dialog_path('Link') when /the admin dialog for images path/ admin_dialog_path('Image') when /the admin dialog for empty iframe src/ admin_dialog_path('a') else nil end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems