class CustomerController < ApplicationController
active_scaffold :customer do |config|
config.columns[:billing_address].ui_type = :select
config.columns[:shipping_address].ui_type = :select
end
layout 'activescaffold'
end
So in my real implementation,
Customer => liquid
Address => unit
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.