module Qbrick::TouchPlaceholders::ClassMethods
Public Instance Methods
placeholder_templates(*attributes)
click to toggle source
# File lib/qbrick/touch_placeholders.rb, line 22 def placeholder_templates(*attributes) if attributes.empty? @shoestrap_placeholder_templates else @shoestrap_placeholder_templates = attributes end end