Sha256: a32b6a6dc663b31bb25951f0e85962d708264e53d79874e19b49fd67e775899b
Contents?: true
Size: 172 Bytes
Versions: 9
Compression:
Stored size: 172 Bytes
Contents
class EmptyController < ApplicationController %i[index show new edit create update destroy].each do |action| define_method(action) { render :text => 'OK' } end end
Version data entries
9 entries across 9 versions & 1 rubygems