app/controllers/nyauth/sessions_controller.rb in nyauth-0.0.1 vs app/controllers/nyauth/sessions_controller.rb in nyauth-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ module Nyauth - class SessionsController < ApplicationController + class SessionsController < Nyauth::BaseController allow_everyone only: [:new, :create] respond_to :html, :json before_action :set_session_service def new