module ParamsReady::AbstractBuilder::HavingArelTable
Public Instance Methods
arel_table(arel_table)
click to toggle source
# File lib/params_ready/builder.rb, line 7 def arel_table(arel_table) @definition.set_arel_table arel_table end