Sha256: 1ce65a155fa19f304c4204e13a48265a35f808d7dc8e62b6c11838ffda5d0902

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

module ServiceController
  class Base < Rails::AddOns::Configuration.service_controller_base_class_name.constantize
    layout 'rails/add_ons/application'

    include ServiceController::Service
    include ServiceController::RestActions
    include ServiceController::RestServiceUrls
    include ServiceController::ServiceInflections
    include ServiceController::LocationHistory
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-add_ons-3.0.0.pre1 app/controllers/service_controller/base.rb