Sha256: 752f8a36e8cc4e15f57fe1d6947450068a1e5f388200a12bb89d009a4bf3ce94
Contents?: true
Size: 231 Bytes
Versions: 32
Compression:
Stored size: 231 Bytes
Contents
module Blog::Controllers class Comment def post Models::Comment.create(:username => input.post_username, :body => input.post_body, :post_id => input.post_id) redirect View, input.post_id end end end
Version data entries
32 entries across 21 versions & 1 rubygems