Sha256: 81df94fd1a935356f2f178fa5f4c6f31c74ed3a33eb0870d3679ab85157c2c9b
Contents?: true
Size: 131 Bytes
Versions: 8
Compression:
Stored size: 131 Bytes
Contents
class <%= class_name %>Controller < ApplicationController <% for action in actions -%> def <%= action %> end <% end -%> end
Version data entries
8 entries across 8 versions & 1 rubygems