Mercurial > hg > soundsoftware-site
view .svn/pristine/de/de0e01a6d09d0c100f0fe9671d7f16791890e3ed.svn-base @ 1423:40e82f170353 biblio_alt_search_auth
small adjustments to text box size.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:47:03 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
class <%= @controller_class %>Controller < ApplicationController unloadable <% actions.each do |action| -%> def <%= action %> end <% end -%> end