Sha256: e7f64c50de8139a12135d7e2665adabca5395aa1e5f8057706bf093f48692343
Contents?: true
Size: 146 Bytes
Versions: 4
Compression:
Stored size: 146 Bytes
Contents
class InfoController < ApplicationController def new @info = Info.new end def create @info = Info.new(params[:info]) end end
Version data entries
4 entries across 4 versions & 1 rubygems