Module: Voluntary::V1::BaseController

Instance Method Summary collapse

Instance Method Details

#parentObject



25
26
27
# File 'app/controllers/concerns/voluntary/v1/base_controller.rb', line 25

def parent
  @parent
end

#voluntary_application_javascriptsObject



21
22
23
# File 'app/controllers/concerns/voluntary/v1/base_controller.rb', line 21

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

#voluntary_application_stylesheetsObject



17
18
19
# File 'app/controllers/concerns/voluntary/v1/base_controller.rb', line 17

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