Mercurial > hg > soundsoftware-site
view .svn/pristine/0c/0cd8ee527e2f2ff13b3817238dc6eed2ab240c57.svn-base @ 1470:2837ea054769 feature_550
Close obsolete branch feature_550
author | Chris Cannam |
---|---|
date | Tue, 22 Jan 2013 16:23:43 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class <%= class_name %>Controller < ApplicationController unloadable <% actions.each do |action| -%> def <%= action %> end <% end -%> end