class PostPolicy
    attr_reader :this_user, :record

    def initialize( this_user, record )
      @this_user = this_user