Sha256: 365e655be75a573b3de6594e3e1a5166c2d41ebae79fd8b74f24744d185ef8ba

Contents?: true

Size: 271 Bytes

Versions: 37

Compression:

Stored size: 271 Bytes

Contents

module NavigationHelpers
  module Refinery
    module Settings
      def path_to(page_name)
        case page_name
        when /the list of (?:|refinery )settings/
          admin_refinery_settings_path
        else
          nil
        end
      end
    end
  end
end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
refinerycms-settings-1.0.11 features/support/paths.rb
refinerycms-settings-1.0.10 features/support/paths.rb
refinerycms-settings-1.0.9 features/support/paths.rb
refinerycms-settings-1.0.8 features/support/paths.rb
refinerycms-settings-1.0.7 features/support/paths.rb
refinerycms-settings-1.0.5 features/support/paths.rb
refinerycms-settings-1.0.4 features/support/paths.rb
refinerycms-settings-1.0.3 features/support/paths.rb
refinerycms-settings-1.0.1 features/support/paths.rb
refinerycms-settings-1.0.0 features/support/paths.rb
refinerycms-settings-0.9.9.22 features/support/paths.rb
refinerycms-settings-0.9.9.21 features/support/paths.rb
refinerycms-settings-0.9.9.20 features/support/paths.rb
refinerycms-settings-0.9.9.19 features/support/paths.rb
refinerycms-settings-0.9.9.18 features/support/paths.rb
refinerycms-settings-0.9.9.17 features/support/paths.rb
refinerycms-settings-0.9.9.16 features/support/paths.rb
refinerycms-settings-0.9.9.15 features/support/paths.rb
refinerycms-settings-0.9.9.14 features/support/paths.rb
refinerycms-settings-0.9.9.13 features/support/paths.rb