Sha256: f43c0615b4b406270fcee077caf5d750c48dc24f4231106010bacab8b3a4aa3d
Contents?: true
Size: 248 Bytes
Versions: 147
Compression:
Stored size: 248 Bytes
Contents
class <%= class_name %>Controller < ApplicationController # Remove this line if your controller should only be accessible to users # that are logged in: no_login_required <% for action in actions -%> def <%= action %> end <% end -%> end
Version data entries
147 entries across 147 versions & 5 rubygems