mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
6 lines
168 B
Ruby
6 lines
168 B
Ruby
class ContentController < ApplicationController
|
|
include HasOwnership
|
|
|
|
before_action :create_anonymous_account_if_not_logged_in, only: [:edit, :create, :update]
|
|
end
|