Sha256: f58c3552d761455a62db1e152b126279962769832f86e4171e83dce449a92793

Contents?: true

Size: 215 Bytes

Versions: 4

Compression:

Stored size: 215 Bytes

Contents

module Tasuku
  class ApplicationController < ::ApplicationController
    private

    def after_completion_path_for resource
      if defined? super
        super
      else
        nil
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tasuku-1.1.0 app/controllers/tasuku/application_controller.rb
tasuku-1.0.1 app/controllers/tasuku/application_controller.rb
tasuku-0.1.1 app/controllers/tasuku/application_controller.rb
tasuku-0.1.0 app/controllers/tasuku/application_controller.rb