This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147329 - The Rails hint "Controller action without corresponding viewfile" is displayed for private methods
Summary: The Rails hint "Controller action without corresponding viewfile" is displaye...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-16 04:22 UTC by xeal
Modified: 2008-09-16 19:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xeal 2008-09-16 04:22:18 UTC
The Rails hint "Controller action without corresponding viewfile" should be displayed only for public instance methods
without a corresponding view. Protected or private methods cannot be invoked as action methods.
Comment 1 Torbjorn Norbye 2008-09-16 19:24:22 UTC
Thanks! Fixed in changeset dc7a8d6de01f (build 3785 and later from http://deadlock.netbeans.org/hudson/job/trunk/ )