Sha256: 10e7a76e6169d61e6bcd657ce1d21405334f46042e8497159bf56c5f64d33fc0
Contents?: true
Size: 136 Bytes
Versions: 96
Compression:
Stored size: 136 Bytes
Contents
class PostsController < ApplicationController def create PostWithAuto.create(params[:post]) render :nothing => true end end
Version data entries
96 entries across 95 versions & 23 rubygems