Sha256: 4b6e3af6c59842bebf5aee82cd6da09273beac8e993e0927e8b8dc80cbaa50b6

Contents?: true

Size: 353 Bytes

Versions: 142

Compression:

Stored size: 353 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/events"

# This controller is mostly empty - we are using it for mainly routing and to let us
# override the events 'new' and 'edit' templates. See the base class for most functionality.
module Renalware
  module Events
    class InvestigationsController < EventsController
    end
  end
end

Version data entries

142 entries across 142 versions & 1 rubygems

Version Path
renalware-core-2.0.18 app/controllers/renalware/events/investigations_controller.rb
renalware-core-2.0.17 app/controllers/renalware/events/investigations_controller.rb