Sha256: f86b6dcade7b5aeae1131d42bc9c95a44d2d7eea20577e95ab31ae120931a833
Contents?: true
Size: 270 Bytes
Versions: 19
Compression:
Stored size: 270 Bytes
Contents
# Used to test #store_location & #redirect_back_or class CommentsController < ApplicationController def index require_login! render text: "All the comments" end def new end def create require_login! render text: "Comment created" end end
Version data entries
19 entries across 19 versions & 1 rubygems