Parameter already enforced via grape

This commit is contained in:
Robert Schilling 2016-12-28 12:40:39 +01:00
parent b93c72e33a
commit 2ac92662ea
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ module API
optional :created_at, type: String, desc: 'The creation date of the note'
end
post ":id/#{noteables_str}/:noteable_id/notes" do
required_attributes! [:body]
opts = {
note: params[:body],
noteable_type: noteables_str.classify,