Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit 691da62

Browse files
Shpigfordclaude
andcommitted
Add Avo controllers for Author and Authorship resources
This fixes the issue where Avo admin couldn't access the author resources. Added the required controllers for proper Avo functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 733067b commit 691da62

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class Avo::AuthorsController < Avo::ResourcesController
2+
end
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class Avo::AuthorshipsController < Avo::ResourcesController
2+
end

0 commit comments

Comments
 (0)