Sha256: 288b3988e3fbca5612b8f3c7d262205bda49143b69bca8b3e7aad30c04f11c3e
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
module Tasks class ApplicationController < ::ApplicationController private def after_completion_path_for resource if defined? super super else nil end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tasuku-0.0.1 | app/controllers/tasks/application_controller.rb |