Class: Voluntary::Api::V1::Music::ReleasesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/voluntary/api/v1/music/releases_controller.rb

Instance Method Summary collapse

Instance Method Details

#bulkObject



8
9
10
11
12
# File 'app/controllers/voluntary/api/v1/music/releases_controller.rb', line 8

def bulk
  respond_to do |format|
    format.json { render json: MusicRelease.(params[:releases]).to_json }
  end
end