Sha256: 77f917d30d0bbdd32bfa3da801368770699f02ff2d293439cfc9e8c4bb7ce86f
Contents?: true
Size: 153 Bytes
Versions: 34
Compression:
Stored size: 153 Bytes
Contents
class <%= @controller_class %>Controller < ApplicationController unloadable <% actions.each do |action| -%> def <%= action %> end <% end -%> end
Version data entries
34 entries across 34 versions & 1 rubygems