Displaying 1 result from an estimated 1 matches for "applicationproperties".
2008 Dec 16
3
ApplicationProperties
Hi There,
I was wondering what the appropriate way to use the 
applicationproperties.rb model was.
I was hoping to query it to find out which users are developers for my 
app and then grant special permissions to them ...
I tried creating something like this:
class ApplicationProperties < ActiveRecord::Base
  def facebook_session
    @facebook_session ||=
      returning Face...