Sha256: 1f3b1429c3a6af99e81934ce5ffe2ae8b7a5e3cc59c494a104e613d9a587ed94
Contents?: true
Size: 167 Bytes
Versions: 5
Compression:
Stored size: 167 Bytes
Contents
class <%= class_name %>Controller < ApplicationController respond_to :html, :json <% for action in actions -%> def <%= action %> # ... end <% end -%> end
Version data entries
5 entries across 5 versions & 1 rubygems