No commit activity in last 3 years
No release in over 3 years
Questions plugin for Sunrise CMS via aimbulance
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.5
 Project Readme

Sunrise questions¶ ↑

Install¶ ↑

rails generate sunrise:questions:install

rake db:migrate

Usage¶ ↑

class Structure < ActiveRecord::Base
  has_many :questions, :dependent => :delete_all
end

manage_structure_questions_path(:structure_id => structure.id)

Test¶ ↑

rake test

Copyright © 2011 Aimbulance, released under the MIT license