tpitale/legato

Why not Legato::User#segments and Legato::User#goals?

igrep opened this issue · 2 comments

igrep commented

Sorry if I got something wrong. I'm new to this gem and Google Analytics.

Why not implement Legato::User#segments and Legato::User#goals like this?

def segments
  Management::Segment.all(self)
end

def goals
  Management::Goal.all(self)
end

If you've just forgot, I'll send a PR.

Just never did it … no real reason.

A PR would be most welcome. Thank you!