module Para::Stall

Public Class Methods

config(&block) click to toggle source
# File lib/para/stall.rb, line 15
def config(&block)
  if block
    block.call(self)
  else
    self
  end
end
javascript_includes() click to toggle source
# File lib/para/stall.rb, line 23
def javascript_includes
  %w(para/stall)
end
stylesheet_includes() click to toggle source
# File lib/para/stall.rb, line 27
def stylesheet_includes
  %w(para/stall)
end