Skip to content

Instantly share code, notes, and snippets.

@maxinuss
maxinuss / milestone.rb
Created October 17, 2012 21:40 — forked from cgallagher/milestone.rb
Active Admin Image Upload Form
ActiveAdmin.register Milestone do
scope :all, :default => true
scope :global
scope :user_specific
index do
column :title
column :description
column :required_litres
column :is_active