With ActiveScaffold I have a group on my create form:
config.create.columns.add_subgroup "Customer" do |customer_group|
customer_group.add :customer_surname, :customer_postcode
end
This has a Show/Hide link which I don't want. How do I remove the Show/Hide links on a subgroup in ActiveScaffold?