Skip to content

Commit

Permalink
Update naming.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Feb 21, 2024
1 parent f183580 commit b343dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/naming.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def self.construct(args, observation)
naming = Naming.new(args)
naming.created_at = now
naming.updated_at = now
naming.user = @user
naming.user = User.current
naming.observation = observation
naming
end
Expand Down

0 comments on commit b343dfa

Please sign in to comment.