parent
9381a17cf2
commit
b8a51b3947
2 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
class ImageUploadsController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
skip_before_action :verify_authenticity_token
|
||||
|
||||
def create
|
||||
uploader = ArticleImageUploader.new
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
class Internal::WelcomeController < Internal::ApplicationController
|
||||
layout "internal"
|
||||
skip_before_action :verify_authenticity_token
|
||||
|
||||
def index
|
||||
@daily_threads = Article.where("title LIKE 'Welcome Thread - %'")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue