Skip to content

Instantly share code, notes, and snippets.

@mleszcz
Created May 14, 2018 12:20
Show Gist options
  • Save mleszcz/50903ec50a2fe4237ea5ab77c3b96404 to your computer and use it in GitHub Desktop.
Save mleszcz/50903ec50a2fe4237ea5ab77c3b96404 to your computer and use it in GitHub Desktop.
class Moderator
extend Forwardable
def_delegators :@blog_actions :edit_post
def initialize(blog_actions)
@blog_actions = blog_actions
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment