Skip to content

Commit

Permalink
by default don't include dois. #296
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 23, 2019
1 parent cc94a89 commit 4bee2eb
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 = [:dois]
@include = []
end
end

Expand Down

0 comments on commit 4bee2eb

Please sign in to comment.