Skip to content

Instantly share code, notes, and snippets.

@gorkunov
Created April 5, 2011 14:08
Show Gist options
  • Save gorkunov/903657 to your computer and use it in GitHub Desktop.
Save gorkunov/903657 to your computer and use it in GitHub Desktop.
def channels
@channels ||= begin
if defined?(self.superclass.channels)
self.superclass.channels.clone
else
{}
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment