RSSAmplifier

Railscraft · Jan 27, 2025

Keep Your Controllers CRUD-y

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

Anytime your controllers start to accumulate non-standard CRUD (Create, Read, Update, Delete) action names, you may consider extracting the action into a new controller where the action can become one of the standard CRUD action names. Often times, y...

Read on railscraft.hashnode.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.