Sha256: e095ef52727480011503b844e32c9fd571aad613f3ff8c46b96e765646e919b6
Contents?: true
Size: 150 Bytes
Versions: 8
Compression:
Stored size: 150 Bytes
Contents
# encoding: utf-8 class Caterpillar::UserController < Caterpillar::ApplicationController def initialize @user = {:name => "user1"} end end
Version data entries
8 entries across 8 versions & 1 rubygems