Skip to content

Commit

Permalink
rename to author requests controller
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Mar 26, 2024
1 parent 43d395d commit 8137a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

module Descriptions
# request to be an object (usually a Description) author
class EmailRequestsController < ApplicationController
# request to be an Description author
class AuthorRequestsController < ApplicationController
# filters
before_action :login_required
before_action :pass_query_params
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Descriptions
# test of actions to request being a author of a description
class EmailRequestsControllerTest < FunctionalTestCase
class AuthorRequestsControllerTest < FunctionalTestCase
def test_new
id = name_descriptions(:coprinus_comatus_desc).id
requires_login(:new, id: id, type: :name_description)
Expand Down

0 comments on commit 8137a46

Please sign in to comment.