module Thamble::RailsHelper

Public Instance Methods

thamble(*a, &block) click to toggle source
   # File lib/thamble/rails.rb
 9 def thamble(*a, &block)
10   raw Thamble.table(*a, &block)
11 end