module WillPaginate::PerPage::Inheritance

def inherited(subclass)

def inherited(subclass)
  super
  subclass.per_page = self.per_page
end