Feeds:
Posts
Comments

Posts Tagged ‘File Column’

Integrating File Column Plugin in Active Scaffold is very easy Assuming File Column Plugin is installed in your application. In controller we need to write the following code to make it work: Considering there is a field called Product_Image in product active_scaffold :product do |config| config.label = “Product Page” config.columns = [:product_name, :product_description, :product_image] config.create.multipart [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.