Sha256: 2c718710318b2cc0262c1d436347b2ad8aed649fbbcb2adee4bed8fb616131b1

Contents?: true

Size: 212 Bytes

Versions: 17

Compression:

Stored size: 212 Bytes

Contents

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
shopify_app-6.4.2 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.4.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.4.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.3.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.2.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.2.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.1.3 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.1.2 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.1.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.1.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.0.6 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.0.5 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.0.4 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.0.3 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.0.2 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.0.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-6.0.0 lib/generators/shopify_app/routes/templates/routes.rb