Skip to content

v0.1.14

Choose a tag to compare

@garethfr garethfr released this 26 May 21:38
· 7 commits to main since this release

Fixed

  • ActionsController no longer falls back to Backstage::ResourcesController when no custom controller exists — raises NotImplementedError instead of silently dispatching inherited CRUD actions
  • Custom action dispatch now uses method_defined?(name, false) so only actions defined directly on the host subclass are callable; inherited methods (index, create, update, destroy, etc.) are blocked
  • Gemspec homepage corrected to point to the right repository