Sha256: 9c190b75b4dda5e05d0a31605a98803e6423fc603e52eb61c34f53da751f36fe

Contents?: true

Size: 355 Bytes

Versions: 8

Compression:

Stored size: 355 Bytes

Contents

require_dependency "active_record_survey_api/application_controller"

module Concerns
	module Controllers
		module InstanceNodes
			extend ActiveRecordSurveyApi::Concerns::Controllers::InstanceNodes
		end
	end
end

module ActiveRecordSurveyApi
	class InstanceNodesController < ApplicationController
		include Concerns::Controllers::InstanceNodes
	end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
active_record_survey_api-0.0.19 app/controllers/active_record_survey_api/instance_nodes_controller.rb
active_record_survey_api-0.0.18 app/controllers/active_record_survey_api/instance_nodes_controller.rb
active_record_survey_api-0.0.17 app/controllers/active_record_survey_api/instance_nodes_controller.rb
active_record_survey_api-0.0.14 app/controllers/active_record_survey_api/instance_nodes_controller.rb
active_record_survey_api-0.0.12 app/controllers/active_record_survey_api/instance_nodes_controller.rb
active_record_survey_api-0.0.11 app/controllers/active_record_survey_api/instance_nodes_controller.rb
active_record_survey_api-0.0.7 app/controllers/active_record_survey_api/instance_nodes_controller.rb
active_record_survey_api-0.0.6 app/controllers/active_record_survey_api/instance_nodes_controller.rb