Feeds:
Posts
Comments

Posts Tagged ‘Search’

Integrating Search in Active Scaffold is very easy In controller we need to write the following code to make it work: Considering the category we have active_scaffold :category do |config| config.label = “Category” # Display page name config.columns = [:name, :rank, :description, :products] config.columns[:name].label = “Some Name” update.columns.exclude :rank # exclude rank column during edit [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.