Class: Api::SkillsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/api/skills_controller.rb

Instance Method Summary collapse

Methods included from Response

#json_response

Instance Method Details

#indexObject



10
11
12
# File 'app/controllers/api/skills_controller.rb', line 10

def index
  render json: Skill.all
end