2020-07-28 23:09:34 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class Snippets::BlobsController < Snippets::ApplicationController
|
|
|
|
include Snippets::BlobsActions
|
2022-06-21 17:19:12 +05:30
|
|
|
urgency :low
|
2020-07-28 23:09:34 +05:30
|
|
|
|
|
|
|
skip_before_action :authenticate_user!, only: [:raw]
|
|
|
|
end
|