Hubert Łępicki
Code Europe, 2016
(most likely)
class User < ActiveRecord::Base has_many :reports belongs_to :organization def self.active where(active: true) end end