module Onebox::Mixins::GitBlobOnebox

Constants

DEFAULTS
EXPAND_AFTER
EXPAND_BEFORE
EXPAND_NONE

Public Class Methods

included(klass) click to toggle source
# File lib/onebox/mixins/git_blob_onebox.rb, line 6
def self.included(klass)
  klass.include(Onebox::Engine)
  klass.include(Onebox::LayoutSupport)
  klass.matches_regexp(klass.git_regexp)
  klass.always_https
  klass.include(InstanceMethods)
end