PRIVATE MESSAGE PLUGIN ============================== A plugin that adds iPhone support to Beast. INSTALL INSTRUCTIONS ============================== 1) Install this plugin: cd vendor/beast svn export http://svn.codeeg.com/beast/iphone 2) Run the following command: script/runner 'Beast::Plugins::Iphone.install' 3) Add the plugin to the list of Beast plugins to be initialized. If you this is the first Beast plugin you can initialize plugins by creating a plugins.rb file in config/initializers and add the following line(s): Beast::Plugin.initialize_plugins 'Beast::Plugins::Iphone'