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

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