Module: Harbor::Artifact
- Defined in:
- app/controllers/concerns/harbor/artifact.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 8 9 10 11 |
# File 'app/controllers/concerns/harbor/artifact.rb', line 5 def index respond_to do |format| format.json do artifacts end end end |