Created
December 3, 2008 00:57
-
-
Save atinypixel/31374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_filter :get_plot_curators | |
private | |
# add to existing private methods | |
def get_plot_curators | |
@curators = Membership.find(:all, :conditions => ['plot_id = ? AND joined_on IS NOT NULL', @plot.id]) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment