camping
camping copied to clipboard
the 4k pocket full-of-gags web microframework
Results
1
camping issues
Sort by
recently updated
recently updated
newest added
test.rb ``` require "camping" require "active_record" Base = ActiveRecord::Base module Nuts module Models class Post < Base belongs_to :user end class Comment < Base; belongs_to :user; end class User <...