scribe/src/actions/browser_action.cr

5 lines
135 B
Crystal

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