class Fasta::Server::Actions::Index

Public Instance Methods

fetch() click to toggle source
# File lib/fasta/server/actions/index.rb, line 7
def fetch
  db_table.all
end