default_actions()
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1262
          def default_actions
            if @api_only
              [:show, :create, :update, :destroy]
            else
              [:show, :create, :update, :destroy, :new, :edit]
            end
          end