Sha256: f8471a476a0d7da1dbe2c0c7f043701a61f812c0d45f3e22560218008be47e67
Contents?: true
Size: 124 Bytes
Versions: 7
Compression:
Stored size: 124 Bytes
Contents
class <%= class_name %> < Application <% actions.each do |action| -%> def <%= action %> render end <% end -%> end
Version data entries
7 entries across 7 versions & 1 rubygems