Skip to content

Commit

Permalink
Relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Feb 12, 2021
1 parent 429190f commit 0819ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ When you generate a resource, it will generate a matching controller that you ca

For example `rails g madmin:resource Post` generates `app/controllers/madmin/posts_controller.rb`.

Refer to the resources_controller to what is accessible and how the normal actions look: [resource_controller.rb](app/controllers/madmin/resource_controller.rb)
Refer to the resources_controller to what is accessible and how the normal actions look: [resource_controller.rb](../app/controllers/madmin/resource_controller.rb)

0 comments on commit 0819ff9

Please sign in to comment.