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 [...]
Posts Tagged ‘File Column’
File Column Plugin in ActiveScaffold
Posted in Ruby on Rails, tagged Active Scaffold, ActiveScaffold, File Column, Rails, Ruby, Ruby on Rails on November 12, 2008 | Leave a Comment »