URL | HTTP Verb | Action |
---|---|---|
/photos/ | GET | index |
/photos/new | GET | new |
/photos | POST | create |
/photos/:id | GET | show |
/photos/:id/edit | GET | edit |
/photos/:id | PATCH/PUT | update |
/photos/:id | DELETE | destroy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> | |
<policyconfig> | |
<vendor>Apache Friends</vendor> | |
<vendor_url>https://www.apachefriends.org/index.html</vendor_url> | |
<icon_name>xampp</icon_name> | |
<action id="com.ubuntu.pkexec.xampp.policy"> | |
<description>Run XAMPP Control Panel</description> | |
<message>Authentication is required to run the XAMP Control Panel</message> |