Skip to content

Commit

Permalink
always include dois in events api
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 23, 2019
1 parent d82bc5e commit 7ed4730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/events_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def set_include
@include = params[:include].split(",").map { |i| i.downcase.underscore.to_sym }
@include &= [:dois]
else
@include = []
@include = [:dois]
end
end

Expand Down

0 comments on commit 7ed4730

Please sign in to comment.