Sha256: 33f5abc6ea1c2b04659ec2173959688daa3c995aa405980f80572b821d76f372

Contents?: true

Size: 331 Bytes

Versions: 8

Compression:

Stored size: 331 Bytes

Contents

require_dependency "active_record_survey_api/application_controller"

module Concerns
	module Controllers
		module Answers
			extend ActiveRecordSurveyApi::Concerns::Controllers::Answers
		end
	end
end

module ActiveRecordSurveyApi
	class AnswersController < ApplicationController
		include Concerns::Controllers::Answers
	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/answers_controller.rb
active_record_survey_api-0.0.18 app/controllers/active_record_survey_api/answers_controller.rb
active_record_survey_api-0.0.17 app/controllers/active_record_survey_api/answers_controller.rb
active_record_survey_api-0.0.14 app/controllers/active_record_survey_api/answers_controller.rb
active_record_survey_api-0.0.12 app/controllers/active_record_survey_api/answers_controller.rb
active_record_survey_api-0.0.11 app/controllers/active_record_survey_api/answers_controller.rb
active_record_survey_api-0.0.7 app/controllers/active_record_survey_api/answers_controller.rb
active_record_survey_api-0.0.6 app/controllers/active_record_survey_api/answers_controller.rb