Module: Voluntary::V1::BaseController

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