scribe/src/actions/browser_action.cr

5 wiersze
135 B
Crystal
Czysty Zwykły widok Historia

2021-05-01 21:02:08 +00:00
abstract class BrowserAction < Lucky::Action
include Lucky::ProtectFromForgery
accepted_formats [:html, :json], default: :html
end