Skip to content

Commit

Permalink
Added owner alias for post
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahzs committed Jan 20, 2018
1 parent 47497bc commit 1111021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/se/api/types/post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def initialize(item_json)

alias_method :last_activity_date, :updated_at
alias_method :user, :author
alias_method :owner, :author
end
end
end

0 comments on commit 1111021

Please sign in to comment.