class RforumpostsController < ApplicationController def extract @rforum_posts = Rforumpost.find_all() end end