scribe/src/actions/browser_action.cr
Edward Loveall fcf3eb14d0
Initial app
2021-05-01 17:03:38 -04:00

5 lines
135 B
Crystal

abstract class BrowserAction < Lucky::Action
include Lucky::ProtectFromForgery
accepted_formats [:html, :json], default: :html
end