Class: ProjectsForHome

Inherits:
Project
  • Object
show all
Defined in:
app/models/projects_for_home.rb

Instance Attribute Summary

Attributes inherited from Project

#accepted_terms

Instance Method Summary collapse

Methods inherited from Project

#after_transition_of_any_to_failed_or_successful, #after_transition_of_draft_or_rejected_to_deleted, #after_transition_of_draft_to_online, #after_transition_of_draft_to_rejected, #after_transition_of_online_to_failed, #after_transition_of_online_to_waiting_funds, #after_transition_of_wainting_funds_to_successful, #after_transition_of_wainting_funds_to_successful_or_failed, #after_transition_of_waiting_funds_to_failed_or_successful, between_created_at, between_expires_at, #can_go_to_second_chance?, #decorator, #download_video_thumbnail, #expired?, #expires_at, finish_projects!, #finished?, #in_time?, #in_time_to_wait?, #new_draft_project_notification_type, #new_draft_recipient, #new_project_received_notification_type, #pending_backers_reached_the_goal?, #permalink_cant_be_route, permalink_on_routes?, #pledged, #progress, #reached_goal?, #remaining_text, #selected_rewards, state_names, #subscribed_users, #time_to_go, #total_backers, #total_payment_service_fee, #update_video_embed_url, #video

Methods included from CatarseAutoHtml

#catarse_auto_html_for

Instance Method Details

#to_partial_pathObject



8
9
10
# File 'app/models/projects_for_home.rb', line 8

def to_partial_path
  "projects/project"
end