Skip to content

Commit

Permalink
Update inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Dec 21, 2020
1 parent b7bd29a commit a1e79a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/mobility/plugins/active_record/query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def __mobility_query_scope__(locale: Mobility.locale, &block)
end
end

# Internal class to create a "clean room" for manipulating translated
# attribute nodes in an instance-eval'ed block. Inspired by Sequel's
# (much more sophisticated) virtual rows.
# Creates a "clean room" for manipulating translated attribute nodes in
# an instance-eval'ed block. Inspired by Sequel's (much more
# sophisticated) virtual rows.
class VirtualRow < BasicObject
attr_reader :__backends

Expand Down

0 comments on commit a1e79a0

Please sign in to comment.