Skip to content
Snippets Groups Projects
Commit ca8d7f6c authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

fixing missing context vars

parent ac6b90d9
No related branches found
No related tags found
No related merge requests found
module Collections
class Context
attr_reader :from, :privacy
def initialize
@from = nil
@privacy = nil
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment