Method: Ums::FunctionsController#index

Defined in:
app/controllers/ums/functions_controller.rb

#indexObject

GET /ums/functions GET /ums/functions.json



6
7
8
# File 'app/controllers/ums/functions_controller.rb', line 6

def index
  @ums_functions = Ums::Function.all
end