Sha256: 7a61664291c6a4d940e42f431f9fd91609bba88d8c0c6c3935f587a04ae9e764

Contents?: true

Size: 249 Bytes

Versions: 10

Compression:

Stored size: 249 Bytes

Contents

ShopifyApp::Engine.routes.draw do
  controller :sessions do
    get 'login' => :new, :as => :login
    post 'login' => :create, :as => :authenticate
    get 'auth/shopify/callback' => :callback
    get 'logout' => :destroy, :as => :logout
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shopify_app-6.4.2 config/routes.rb
shopify_app-6.4.1 config/routes.rb
shopify_app-6.4.0 config/routes.rb
shopify_app-6.3.0 config/routes.rb
shopify_app-6.2.1 config/routes.rb
shopify_app-6.2.0 config/routes.rb
shopify_app-6.1.3 config/routes.rb
shopify_app-6.1.2 config/routes.rb
shopify_app-6.1.1 config/routes.rb
shopify_app-6.1.0 config/routes.rb