Sha256: db2791253efa1cd7f02d78e166c9657989524d7dd1c0f1a112cf3f9fea162b58
Contents?: true
Size: 647 Bytes
Versions: 51
Compression:
Stored size: 647 Bytes
Contents
module Cmor::Files class ApplicationResourcesController < Cmor::Files::Configuration.base_controller.constantize include Rao::ResourcesController::RestActionsConcern include Rao::ResourcesController::ResourcesConcern include Rao::ResourcesController::RestResourceUrlsConcern include Rao::ResourcesController::ResourceInflectionsConcern include Rao::ResourcesController::LocationHistoryConcern include Rao::Query::Controller::QueryConcern helper Twitter::Bootstrap::Components::Rails::V4::ComponentsHelper private def load_collection_scope with_conditions_from_query(resource_class) end end end
Version data entries
51 entries across 51 versions & 1 rubygems