Module: Voluntary::V1::BaseController

Extended by:
ActiveSupport::Concern
Included in:
Api::V1::ArgumentTopicsController, Api::V1::ArgumentsController, Api::V1::Things::ArgumentsController, Api::V1::UsersController, ApplicationController
Defined in:
app/controllers/concerns/voluntary/v1/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#parentObject



23
24
25
# File 'app/controllers/concerns/voluntary/v1/base_controller.rb', line 23

def parent
  @parent
end

#voluntary_application_javascriptsObject



19
20
21
# File 'app/controllers/concerns/voluntary/v1/base_controller.rb', line 19

def voluntary_application_javascripts
  ['voluntary/application', 'application'] 
end

#voluntary_application_stylesheetsObject



15
16
17
# File 'app/controllers/concerns/voluntary/v1/base_controller.rb', line 15

def voluntary_application_stylesheets
  ['voluntary/application', 'application'] 
end