scribe/src/actions/browser_action.cr

5 lines
135 B
Crystal
Raw Normal View History

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