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

Version Path
bivouac-0.0.3 examples/blog_erb/app/controllers/comment.rb
bivouac-0.0.6 examples/blog_erb/app/controllers/comment.rb
bivouac-0.0.3 examples/blog_goh/app/controllers/comment.rb
bivouac-0.0.4 examples/blog_erb/app/controllers/comment.rb
bivouac-0.0.4 examples/blog_goh/app/controllers/comment.rb
bivouac-0.0.5 examples/blog_erb/app/controllers/comment.rb
bivouac-0.0.5 examples/blog_goh/app/controllers/comment.rb
bivouac-0.0.6 examples/blog_goh/app/controllers/comment.rb
bivouac-0.0.7 examples/blog_erb/app/controllers/comment.rb
bivouac-0.0.7 examples/blog_goh/app/controllers/comment.rb
bivouac-0.0.8 examples/blog_goh/app/controllers/comment.rb
bivouac-0.0.9 examples/blog_goh/app/controllers/comment.rb
bivouac-0.1.1 examples/blog_goh/app/controllers/comment.rb
bivouac-0.1.0 examples/blog_goh/app/controllers/comment.rb
bivouac-0.0.8 examples/blog_erb/app/controllers/comment.rb
bivouac-0.0.9 examples/blog_erb/app/controllers/comment.rb
bivouac-0.1.0 examples/blog_erb/app/controllers/comment.rb
bivouac-0.1.1 examples/blog_erb/app/controllers/comment.rb
bivouac-0.1.3 examples/blog_erb/app/controllers/comment.rb
bivouac-0.1.2 examples/blog_goh/app/controllers/comment.rb